A module is a compilation unit or a development unit 模块是编译单元或开发单元。
Defines partial classes , structs , and interfaces throughout the same compilation unit 在整个同一编译单元内定义分部类、结构和接口。
Feature works only if the attributed function and the caller are part of the same compilation unit 仅当属性化函数和调用方属于同一编译单元时,
An interface that allows you to query the source string and source location within the containing compilation unit 是一个允许您查询包含编译单元内的源代码字符串和源代码位置的接口。
Method is given the entire source code for the compilation unit , that is , everything in the java source file Scanner . setsource方法提供了编译单元的完整源代码,即java源文件中的所有内容。